ShowInputHelper
Shows the input helper.
Syntax
expression.ShowInputHelper(guid, w, h, isKeyboardTake);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
guid | Required | string | A string value which specifies a plugin identifier which must be of the asc.{UUID} type. | |
w | Required | number | A number which specifies the window width measured in millimeters. | |
h | Required | number | A number which specifies the window height measured in millimeters. | |
isKeyboardTake | Required | boolean | Defines if the keyboard is caught (true) or not (alse). |
Returns
This method doesn't return any data.
Example
window.Asc.plugin.executeMethod ("ShowInputHelper", ["asc.{UUID}", 70, 70, true]);